home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ForCLI
/
0Utils13.lha
/
0Utils
/
Examine.doc
< prev
next >
Wrap
Text File
|
1995-04-05
|
886b
|
49 lines
NAME
Examine
SYNOPSIS
Examine - Examine a FileSystem object - Requires v37
INPUTS
PATH/A
FUNCTION
Call the Dos.library function Examine on a
certain Filesystem Object.
RESULT
Outputs the different fields of a struct
FileInfoBlock
NOTES
CLI - only
should compile with SAS-C
This command is IMHO senseless for everyday
usage - it does only make sense, if s.o. wants
to look inside certain structures ...
(I needed it when playing w/ a ramdisk)
BUGS
tell me
EXAMPLES
>Examine SYS:S
DiskKey = 0x2BA7;
DirEntryType= 2; /* ST_USERDIR */
FileName = "S";
Protection = "------------rwed";
EntryType = 2; /* ST_USERDIR */
Size = 0;
NumBlocks = 1;
Comment = "";
OwnerUID = 0x00000000;
OwnerGID = 0x00000000;
AUTHOR
Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
noll@student.uni-kl.de